Skip to content

Bump build_runner, freezed_annotation and freezed#2

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/multi-444790c364
Closed

Bump build_runner, freezed_annotation and freezed#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/multi-444790c364

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps build_runner, freezed_annotation and freezed. These dependencies needed to be updated together.
Updates build_runner from 2.4.6 to 2.11.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.11.1

  • Improve logging on build script build failures, don't repeatedly log an identical failure.
  • Bug fix: with --workspace flag, correctly build for sources in the workspace root instead of failing with "tried to delete from package not in the build".

package:build_runner v2.11.0

  • Add --workspace flag. Use it with dart run build_runner build or watch to build or watch or all packages in the current workspace. It is currently experimental and subject to change based on feedback, please add feedback at Feedback on --workspace dart-lang/build#4349.
  • Bug fix: fix crash in corner case with post process builder, optional builder and output used for --output, watch or serve.
  • Bug fix: fix crash in corner case with watch or serve when builders depend on generated files in the current build.

package:build_runner v2.10.5

  • Add logging of builder compilation so you can tell how much time is spent on the JIT or AOT compile. Explicitly log restarts to recompile builders.
  • Allow analyzer 10.0.0.

package:build_runner v2.10.4

  • Allow analyzer 9.0.0.

package:build_runner v2.10.3

  • Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.

package:build_runner v2.10.2

  • Bug fix: fix issue with webdev failing due to a modification during a build.
  • In "serve" and "watch" modes, retry failed compiles instead of exiting.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.

package:build_runner v2.10.0

  • Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall.

... (truncated)

Commits
  • 0627d11 Release 2.11.1. (#4362)
  • c5ae3d4 Limit log repeats on failed builder script builds. (#4361)
  • 3f8e079 Fix entrypoints in nested directories not being properly resolved in DDC's Li...
  • 5b7112b Build also in the workspace root. (#4360)
  • cdd2d74 Fixing issue with double loads in ddc library loader hot restarts (#4356)
  • bf9f004 Fix race in test. (#4357)
  • 89dddbc fix dev bootstrap script on safari (#4352)
  • c181db1 Split long-running test. (#4355)
  • 80619a9 Simplify: stop running serve-related code in watch command. (#4351)
  • 21a4fbc Release 2.11.0 with --workspace documented and flagged as experimental. (...
  • Additional commits viewable in compare view

Updates freezed_annotation from 2.4.1 to 3.1.0

Commits

Updates freezed from 2.4.5 to 3.2.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [build_runner](https://github.com/dart-lang/build), [freezed_annotation](https://github.com/rrousselGit/freezed) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together.

Updates `build_runner` from 2.4.6 to 2.11.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.6...build_runner-v2.11.1)

Updates `freezed_annotation` from 2.4.1 to 3.1.0
- [Commits](rrousselGit/freezed@freezed_annotation-v2.4.1...freezed_annotation-v3.1.0)

Updates `freezed` from 2.4.5 to 3.2.5
- [Commits](rrousselGit/freezed@freezed-v2.4.5...freezed-v3.2.5)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: freezed_annotation
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: freezed
  dependency-version: 3.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 14, 2026

Superseded by #3.

@dependabot dependabot bot closed this Feb 14, 2026
@dependabot dependabot bot deleted the dependabot/pub/multi-444790c364 branch February 14, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants